Authorizations
See the documentation for more information.
Path Parameters
Response
200 - application/json
Example:
[
{
"uuid": "5985f6b5-31e9-3933-bc71-1d76a5587d69",
"name": "Prof. Xzavier Veum II",
"type": "Other",
"email": "hmarquardt@example.org",
"access": {
"is_owner": false,
"data_access": false,
"data_access_expires_at": null,
"can_access_all_assets": false,
"created_at": null,
"updated_at": null
},
"created_at": "2025-11-05T14:40:58.000000Z",
"updated_at": "2025-11-05T14:40:58.000000Z"
},
{
"uuid": "b02e297d-0e2b-3c23-8b8b-8d7d3cc1d085",
"name": "Palma Frami",
"type": "Other",
"email": "cgusikowski@example.com",
"access": {
"is_owner": false,
"data_access": false,
"data_access_expires_at": null,
"can_access_all_assets": false,
"created_at": null,
"updated_at": null
},
"created_at": "2025-11-05T14:40:58.000000Z",
"updated_at": "2025-11-05T14:40:58.000000Z"
}
]